Class NewsletterAgent

java.lang.Object
  |
  +--AgentBase
        |
        +--NewsletterAgent

public class NewsletterAgent
extends AgentBase

Beispielcode für einen Java Agenten als Rumpf zum Start einer Businesslogik

Author:
Thomas Ekert
See Also:
Serialized Form

Constructor Summary
NewsletterAgent()
           
 
Method Summary
 void NotesMain()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsletterAgent

public NewsletterAgent()
Method Detail

NotesMain

public void NotesMain()